home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Snippets / Blasto-C / DirectScreen.h < prev   
Encoding:
Text File  |  1995-02-16  |  483 b   |  18 lines  |  [TEXT/MPS ]

  1. /*#include <OSUtils.h>
  2. #include <Windows.h>
  3. #include <QDOffscreen.h>
  4. #include <Memory.h>
  5. #include <ToolUtils.h>*/
  6.  
  7. void DirectPlotColorIcon(long *icl8, PixMapHandle pm, short row, short col);
  8. void DirectHorizLine(PixMapHandle screenPixMap, 
  9.                             short row, 
  10.                             short col, 
  11.                 register     short length,
  12.                 register    long  lineColor);
  13. void DirectVertLine(PixMapHandle screenPixMap, 
  14.                             short row, 
  15.                             short col, 
  16.                 register     short length,
  17.                 register    long  lineColor);
  18.